翻訳と辞書
Words near each other
・ Comparison of enterprise search software
・ Comparison of European road signs
・ Comparison of European traffic laws
・ Comparison of Exchange ActiveSync clients
・ Comparison of 401(k) and IRA accounts
・ Comparison of 802.15.4 radio modules
・ Comparison of acceptance of Buddhism in India and China
・ Comparison of accounting software
・ Comparison of ad servers
・ Comparison of ADC software
・ Comparison of ADO and ADO.NET
・ Comparison of Adobe Flex charts
・ Comparison of Afrikaans and Dutch
・ Comparison of agent-based modeling software
・ Comparison of alcopops
Comparison of ALGOL 68 and C++
・ Comparison of AMD processors
・ Comparison of American and British English
・ Comparison of American and Canadian football
・ Comparison of American football and rugby
・ Comparison of American football and rugby league
・ Comparison of American football and rugby union
・ Comparison of anaerobic and aerobic digestion
・ Comparison of analog and digital recording
・ Comparison of Android e-book reader software
・ Comparison of anti-plagiarism software
・ Comparison of antivirus software
・ Comparison of application servers
・ Comparison of application virtualization software
・ Comparison of archive formats


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Comparison of ALGOL 68 and C++ : ウィキペディア英語版
Comparison of ALGOL 68 and C++

C++ doesn't have:
* PROC - first class nested functions (emulation due to local definitions of class-types, which then could be functors, also new C++11 has lambda functions),
* OP and PRIO - definable operator symbols and priorities,
* garbage collection (could be emulated with help of smart pointers),
* ''use before define'',
* formatted transput using complex formatting declarations,
* := - assignment operation symbol (to avoid confusion with equal sign),
* array (and slice operations on them, but in layered libraries),
* automatic UNIONs,
* CASE expressions,
* nonlocal GOTO
* intuitive declaration syntax due to its origin from C.
ALGOL 68 doesn't have:
* public/private struct member access protection,
* overloaded procedures (in contrast to operators),
* explicit memory deallocation,
* forward declarations (use before definition is allowed)
* textual preprocessing (e.g. macros),
* distinct reference and pointer types,
* comment lines (only bracketed comments),
* struct inheritance, struct member functions, virtual functions.
* destructors, exceptions, templates, namespaces, structured loop exits
==Comparison of the assignment and equality operators==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Comparison of ALGOL 68 and C++」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.